home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-01-12 | 300 b | 15 lines | [TEXT/MPS ] |
- set echo 0
- set oldexit {exit}
- set exit 0
- # Extract the location of the driver program.
- set toolplace "{1}"
- shift 1
- set temp "••gcc-driver-temp••"
-
- "{toolplace}"driver {"parameters"} -tools "{toolplace}" > "{temp}" && "{temp}"
-
- set error {status}
- delete -i -y "{temp}"
- set exit {oldexit}
- exit {error}
-